From b1269671e91d600bbc11b2810e1adfd873e2e934 Mon Sep 17 00:00:00 2001 From: Anton Gladky Date: Sat, 2 Mar 2019 03:42:57 -0600 Subject: [PATCH] Do not include binary examples excluded via d/copyright Last-Update: 2018-06-10 Gbp-Pq: Name do_not_install_binary_examples.patch --- CMakeLists.txt | 1 - data/CMakeLists.txt | 9 --------- 2 files changed, 10 deletions(-) delete mode 100644 data/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index 1777273d..3fa4f788 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1180,7 +1180,6 @@ ENDIF(MINGW) # "(${CMAKE_SOURCE_DIR}). Please choose another build directory!") #elseif() add_subdirectory(src) -add_subdirectory(data) #endif() # ================================================================================ diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt deleted file mode 100644 index fa8e5aa3..00000000 --- a/data/CMakeLists.txt +++ /dev/null @@ -1,9 +0,0 @@ -add_subdirectory(examples) - -INSTALL( - FILES - License.txt - DESTINATION - ${CMAKE_INSTALL_DATADIR} -) - -- 2.30.2